@charset "UTF-8";
/* CSS Document */
@font-face {
  font-family: 'Swei';
  src: url("../font/Swei B2 Sugar CJKsc SemiBold.ttf") format("truetype");
}

* {
  padding: 0;
  margin: 0;
  list-style: none;
  border: 0;
}

*, *:before, *:after {
  margin: 0;
  padding: 0;
}

html, body {
  margin: 0;
  border: 0;
  padding: 0;
  scroll-behavior: smooth;
}

html {
  font-family: PingFangSC-Medium, PingFangSC, "微软雅黑", Microsoft YaHei, tahoma, arial, Hiragino Sans GB, \\5b8b\4f53, sans-serif;
}

body {
  overflow-x: hidden !important;
  color: #333;
  font-size: 14px;
  line-height: 180%;
  min-width: 1280px;
  background: #f3f3f3;
}

body {
  /* IOS禁止微信调整字体大小 */
  -webkit-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important;
  -moz-text-size-adjust: 100% !important;
}

div {
  margin: 0 auto;
}

li {
  text-align: left;
}

p {
  font-family: "Microsoft Yahei";
}

a:link, a:visited {
  color: #222;
  text-decoration: none;
}

a:hover {
  color: #222;
  text-decoration: none;
}

img {
  border: none;
}

ol, ul, li {
  list-style: none;
}

em, i {
  font-style: normal;
}

/*clear*/
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
  overflow: hidden;
}

.clearfix {
  zoom: 1;
}

/*other*/
h1, h2, h3, h4, h5, h6 {
  text-align: left;
  font: normal 12px/200% "Microsoft Yahei";
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.m10 {
  margin: 10px auto;
}

.w1200 {
  width: 1200px;
}

.w1020 {
  width: 1020px;
}

.w1000 {
  width: 1000px;
}

.w980 {
  width: 980px;
}

.w940 {
  width: 940px;
}

.w322 {
  width: 322px;
}

ul.list_18 {
  overflow: hidden;
}

ul.list_18 li {
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: url(../images/icon-dot.png) 0px center no-repeat;
  padding-left: 16px;
}

.list_16 li {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: url(../images/icon-dot.png) 0px center no-repeat;
  padding-left: 10px;
}

.list_16 li a:hover {
  color: #c00;
}

.list_16no li {
  background: none;
  padding-left: 0;
}

.list_14 li {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.list_12 li {
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.w1000 {
  width: 1000px;
}

.gray {
  color: #adadad;
}

.gray a {
  color: #adadad;
}

.gray a:hover, .gray a:link, .gray a:visited {
  color: #adadad;
}

.white {
  color: #fff;
}

.white a {
  color: #fff;
}

.white a:hover, .white a:link, .white a:visited {
  color: #fff;
}

/*common*/
button {
  border: none;
  outline: none;
}

body.home_bg {
  background: #fff;
}

.header_wrap {
  width: 100%;
  height: 50px;
  background: rgba(0, 0, 0, 0.7);
  background: rgba(89, 139, 255, 0.7);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
}

.header {
  width: 1200px;
  height: 50px;
  vertical-align: middle;
}

.header .logo_wrap {
  float: left;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.header .logo_wrap span {
  margin: 0 10px;
}

.header .logo_wrap .logo_rmw {
  display: block;
  width: 86px;
  height: 32px;
  background: url(../images/logo_rmw_w@2x.png) center center no-repeat;
  background-size: 86px;
}

.header .logo_wrap .logo_tech {
  display: block;
  width: 102px;
  height: 32px;
  background: url(../images/logo_rmkj_w@2x.png) center center no-repeat;
  background-size: 102px;
}

.header .logo_wrap .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 50px;
  font-family: PingFangSC-Regular;
  color: #fff;
}

.header .logo_wrap .text a {
  color: #fff;
}

.header .catalog_link_wrap {
  float: right;
  font-weight: 400;
  font-size: 12px;
  line-height: 50px;
  font-family: PingFangSC-Regular;
  color: #FFFFFF;
}

.header .catalog_link_wrap a {
  color: #FFFFFF;
  margin: 0 15px;
}

.header .catalog_link_wrap a:hover {
  border-bottom: 3px solid #fff;
  padding-bottom: 14px;
}

.header .login_wrap {
  float: right;
  height: 50px;
  margin-left: 20px;
  padding-left: 20px;
  position: relative;
}

.header .login_wrap:before {
  display: block;
  width: 1px;
  height: 18.5px;
  background: #fff;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.header .login_wrap .login_before, .header .login_wrap .login_after, .header .login_wrap .login_end {
  height: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.header .login_wrap .login_before .state, .header .login_wrap .login_after .state, .header .login_wrap .login_end .state {
  cursor: pointer;
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 50px;
  font-family: PingFangSC-Regular;
  color: #FFFFFF;
}

.header .login_wrap .login_before .state a, .header .login_wrap .login_after .state a, .header .login_wrap .login_end .state a {
  color: #FFFFFF;
}

.header .login_wrap .login_after .state, .header .login_wrap .login_end .state {
  cursor: default;
}

.banner_top_wrap {
  height: 724px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.banner_top_wrap:before {
  display: block;
  content: "";
  background: url(../images/corpus_ai.png) center bottom no-repeat;
  background-size: 208px;
  width: 208px;
  height: 243px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 199;
}

.banner_top_wrap:after {
  display: block;
  content: "";
  background: url(../images/focus_bg.png) center bottom no-repeat;
  background-size: 1920px;
  width: 1920px;
  height: 150px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
}

.swiper-container-focus {
  width: 100%;
  height: 724px;
  position: relative;
}

.swiper-container-focus .swiper-slide .box {
  width: 100%;
  height: 724px;
  overflow: hidden;
  position: relative;
}

.swiper-container-focus .swiper-slide .box img {
  width: 1920px;
  max-width: 1920px;
  height: 724px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.corpus_bg {
  margin: 0 auto;
  min-height: 896px;
  background: url(../images/corpus_bg.png) center 0px no-repeat;
  background-size: 1920px;
  position: relative;
  z-index: 2;
}

.corpus_wrap {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.corpus_wrap .corpus_daoyu {
  padding: 0 40px;
}

.corpus_wrap .corpus_daoyu h2 {
  margin: 64px auto 0;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 5px;
  line-height: 52.13px;
  color: white;
  text-align: center;
}

.corpus_wrap .corpus_daoyu p {
  margin: 34px auto 0;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 38px;
  color: white;
  opacity: 0.8;
  text-align: justify;
  text-indent: 2em;
}

.corpus_wrap .corpus-container {
  width: 1200px;
  margin: 40px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.corpus_wrap .corpus-container > .box {
  width: 364px;
  background-image: url(../images/corpus_box_bg1.png);
  background-position: 192px -10px;
  background-repeat: no-repeat;
  background-color: white;
  border: 1px solid #e5e5e5;
  box-shadow: inset 0px 3px 0px #cfd6e1, 0px 68px 32px -53px #2b3c8a;
  box-sizing: border-box;
  padding: 36px 16px 16px;
  margin: 0;
  position: relative;
}

.corpus_wrap .corpus-container > .box:nth-of-type(2) {
  background-image: url(../images/corpus_box_bg2.png);
  background-position: 167px -36px;
  width: 402px;
  padding: 39px 16px 18px;
}

.corpus_wrap .corpus-container > .box:nth-of-type(2) h3 {
  font-size: 24px;
  line-height: 34.75px;
}

.corpus_wrap .corpus-container > .box:nth-of-type(2) h4 {
  margin: 25px auto 0;
  font-size: 16px;
}

.corpus_wrap .corpus-container > .box:nth-of-type(2) ul {
  margin: 28px auto 0;
}

.corpus_wrap .corpus-container > .box:nth-of-type(2) ul li {
  font-size: 16px;
  line-height: 36px;
}

.corpus_wrap .corpus-container > .box:nth-of-type(2) h6 {
  width: 129px;
  height: 37px;
  bottom: 60px;
  font-size: 16px;
  line-height: 37px;
}

.corpus_wrap .corpus-container > .box:nth-of-type(3) {
  background-image: url(../images/corpus_box_bg3.png);
  background-position: 155px -30px;
}

.corpus_wrap .corpus-container > .box h3 {
  padding: 0 10px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 28.96px;
  color: #181817;
}

.corpus_wrap .corpus-container > .box h4 {
  margin: 20px auto 0;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 28px;
  color: #4b5b76;
}

.corpus_wrap .corpus-container > .box ul {
  display: block;
  margin: 25px auto 0;
  background: #4f5a74;
  box-sizing: border-box;
  padding: 10px 22px;
  position: relative;
}

.corpus_wrap .corpus-container > .box ul li {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 33px;
  font-family: "Microsoft Yahei";
  color: white;
  padding: 0 0 0 26px;
  background: url(../images/corpus_box_correct.png) left 12px no-repeat;
}

.corpus_wrap .corpus-container > .box h6 {
  width: 114px;
  height: 33px;
  border-radius: 112px 0px 0px 112px;
  background: white;
  position: absolute;
  right: 0px;
  bottom: 50px;
  font-size: 14px;
  font-weight: 400;
  line-height: 33px;
  color: #2151d1;
  text-align: center;
}

.corpus_wrap .corpus-container > .box h6 a {
  color: #2151d1;
}

.service_bg {
  margin: -80px auto 0;
  min-height: 730px;
  background: url(../images/service_bg@2x.png) center 130px no-repeat;
  background-size: 1920px;
  position: relative;
  z-index: 3;
}

.service_wrap {
  width: 1200px;
  margin: 60px auto 0;
  position: relative;
}

.service_wrap:before {
  display: block;
  content: "";
  width: 298px;
  height: 298px;
  background: url(../images/service_icon.png) center center no-repeat;
  position: absolute;
  top: -180px;
  left: -40px;
}

.service_wrap .title {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 5px;
  line-height: 52.13px;
  text-align: center;
}

.service_wrap .content p {
  padding: 30px 45px 50px 35px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 38px;
  color: #383838;
  text-align: justify;
  text-indent: 2em;
}

.service_wrap .content p em {
  color: rgba(69, 109, 255, 0.45);
}

.service_wrap .content p em a {
  color: rgba(69, 109, 255, 0.45);
}

.service_wrap .img_show {
  height: 243px;
  background: url(../images/service_img_show@2x.png) center center no-repeat;
  background-size: 1089px;
}

.service_wrap .banner_plane {
  height: 184px;
  background: url(../images/banner_plane.png) center center no-repeat;
  cursor: pointer;
  margin: 20px auto 0;
}

.service_wrap .banner_plane img {
  display: block;
  margin: 0 auto;
}

.AI_bg {
  margin: -330px auto 0;
  padding: 390px 0 0 0;
  box-sizing: border-box;
  min-height: 1022px;
  background: url(../images/AI_bg@2x.png) center 0px no-repeat;
  background-size: 1920px;
  position: relative;
  z-index: 2;
}

.AI_bg .title {
  margin: 60px auto 0;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 5px;
  line-height: 52.13px;
  text-align: center;
}

.AI_wrap {
  width: 1200px;
  margin: -20px auto 0;
  padding: 0 0 250px 0;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.AI_wrap > .box {
  width: 500px;
  margin: 0;
}

.AI_wrap > .box span {
  display: block;
  margin: 0 auto;
  width: 256px;
  height: 256px;
  background: url(../images/AI_img_01.png) center center no-repeat;
  position: relative;
}

.AI_wrap > .box span:after {
  content: "";
  display: block;
  width: 256px;
  height: 256px;
  background: white;
  filter: blur(70px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.AI_wrap > .box span img {
  display: block;
  margin: 0 auto;
}

.AI_wrap > .box p {
  margin: -30px auto 0;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 40.54px;
  color: #557cfa;
  text-align: center;
  position: relative;
}

.AI_wrap > .box p:before, .AI_wrap > .box p:after {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 37px;
  height: 37px;
  background: url(../images/AI_blue_01.png) center center no-repeat;
}

.AI_wrap > .box p:after {
  background: url(../images/AI_blue_02.png) center center no-repeat;
}

.AI_wrap > .box h6 {
  display: block;
  margin: 30px auto 0;
  width: 232px;
  height: 43px;
  background: #5078fa;
  font-size: 21px;
  font-weight: 400;
  letter-spacing: -1.2px;
  line-height: 43px;
  color: white;
  text-align: center;
}

.AI_wrap > .box h6 a {
  color: white;
}

.AI_wrap > .box h6 a:after {
  display: inline-block;
  margin: 0 0 0 20px;
  content: "";
  width: 15px;
  height: 15px;
  background: url(../images/AI_tail_right.png) center center no-repeat;
}

.AI_wrap > .box:last-of-type span {
  background: url(../images/AI_img_02.png) center center no-repeat;
}

.AI_wrap > .box:last-of-type p {
  color: #37a0c1;
}

.AI_wrap > .box:last-of-type p:before {
  background: url(../images/AI_green_01.png) center center no-repeat;
}

.AI_wrap > .box:last-of-type p:after {
  background: url(../images/AI_green_02.png) center center no-repeat;
}

.AI_wrap > .box:last-of-type h6 {
  background: #2a9abd;
}

.alliance_wrap {
  width: 1200px;
  margin: 50px auto 0;
}

.alliance_wrap .title {
  height: 105px;
  background: url(../images/alliance_title@2x.png) center center no-repeat;
  background-size: 480px;
}

.alliance_wrap .content p {
  padding: 30px 45px 30px 35px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 38px;
  color: #383838;
  text-align: justify;
  text-indent: 2em;
}

.member_bg {
  margin: 40px auto 0;
  padding: 0 0 10px 0;
  background: url(../images/member_bg.png) center top no-repeat;
  overflow: hidden;
}

.member_icon_wrap {
  width: 1200px;
  margin: 0 auto;
}

.member_icon_wrap .title {
  margin: 60px auto 40px;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 40.54px;
  color: #4b5b76;
  text-align: center;
}

.member_icon_wrap .member_scroll_content {
  width: 1200px;
  height: 500px;
  position: relative;
}

.swiper-container-member {
  width: 1200px;
  height: 90px;
  margin: 0px auto;
}

.swiper-container-member .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

.swiper-container-member .swiper-slide {
  width: 300px;
  height: 90px;
  margin: 0 20px;
}

.swiper-container-member .swiper-slide .box {
  box-sizing: border-box;
  width: 300px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-container-member .swiper-slide .box img {
  object-fit: contain;
}

.scroll_container_member {
  width: 1920px;
  height: 80px;
  margin: 0px auto;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
}

.scroll_container_member ul {
  width: 100%;
  display: flex;
}

.scroll_container_member li {
  display: inline-flex;
  align-items: center;
  width: 270px;
  height: 80px;
  margin: 0 0px 0 0px;
}

.scroll_container_member li .box {
  box-sizing: border-box;
  width: 240px;
  height: 80px;
  margin: 0 30px 0 0px;
  background: white;
  border: 1px solid #e5e5e5;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.scroll_container_member li .box img {
  max-width: 100%;
  object-fit: cover;
}

.scroll_container_member_02 {
  top: 100px;
}

.scroll_container_member_03 {
  top: 200px;
}

.scroll_container_member_04 {
  top: 300px;
}

.scroll_container_member_05 {
  top: 400px;
}

.member_list_wrap {
  width: 1200px;
  margin: 0 auto;
}

.member_list_wrap .title {
  margin: 60px auto 40px;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 40.54px;
  color: #4b5b76;
  text-align: center;
}

.member_list_wrap ul.list li {
  position: relative;
  width: 1200px;
  height: 340px;
  box-sizing: border-box;
  padding: 40px 50px 40px 40px;
  margin: 0 auto 50px;
  background: white;
  box-shadow: 0px 15px 25px -10px rgba(138, 185, 249, 0.6);
}

.member_list_wrap ul.list li:last-of-type {
  margin: 0 auto;
}

.member_list_wrap ul.list li span {
  display: block;
  width: 414px;
  height: 258px;
  float: left;
  margin-right: 40px;
}

.member_list_wrap ul.list li span img {
  display: block;
  width: 414px;
  height: 258px;
  object-fit: contain;
}

.member_list_wrap ul.list li h3 {
  margin-top: 30px;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 40px;
  color: #333333;
  text-align: left;
}

.member_list_wrap ul.list li p {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 32px;
  color: #383838;
  text-align: justify;
}

.member_list_wrap ul.list li h6 {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 105px;
  height: 48px;
  background: #4673f0;
  font-size: 16px;
  font-weight: 700;
  line-height: 48px;
  color: white;
  text-align: center;
}

.member_list_wrap ul.list li h6 a {
  color: white;
}

.member_list_wrap ul.list li h6 a:after {
  display: inline-block;
  margin: 0 0 0 10px;
  content: "";
  width: 16px;
  height: 12px;
  background: url(../images/member_list_more.png) center center no-repeat;
}

.zhishu_bg {
  width: 100%;
  min-height: 700px;
  background: #fff;
  position: relative;
}

.zhishu_bg:before {
  display: block;
  content: "";
  width: 683px;
  height: 571px;
  background: url(../images/zhishu_bg_left.png) center center no-repeat;
  position: absolute;
  top: 140px;
  left: 0px;
}

.zhishu_bg:after {
  display: block;
  content: "";
  width: 434px;
  height: 286px;
  background: url(../images/zhishu_bg_right.png) center center no-repeat;
  position: absolute;
  top: 340px;
  right: 0px;
}

.zhishu_wrap {
  width: 1200px;
  margin: 0px auto 0;
  position: relative;
  z-index: 2;
}

.zhishu_wrap .title {
  margin: 60px auto 40px;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 52.13px;
  color: black;
  text-align: center;
}

.zhishu_wrap table.zhishu_table {
  table-layout: fixed;
  width: 1200px;
}

.zhishu_wrap table.zhishu_table tr:nth-of-type(odd) {
  background: rgba(241, 244, 249, 0.7);
}

.zhishu_wrap table.zhishu_table tr:nth-of-type(even) {
  background: rgba(255, 255, 255, 0.7);
}

.zhishu_wrap table.zhishu_table tr th {
  height: 52px;
  background: #f1f4f9;
  font-size: 16px;
  font-weight: 400;
  line-height: 52px;
  color: #4e5a74;
  text-align: left;
  text-indent: 1em;
}

.zhishu_wrap table.zhishu_table tr th:first-of-type, .zhishu_wrap table.zhishu_table tr th:last-of-type {
  text-align: center;
  text-indent: 0;
}

.zhishu_wrap table.zhishu_table tr td {
  height: 80px;
}

.zhishu_wrap table.zhishu_table tr td .ranking {
  display: block;
  margin: 0 auto;
  width: 62px;
  height: 50px;
  background: url(../images/zhishu_icon4.png) center center no-repeat;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
  font-size: 20px;
  font-weight: 700;
  line-height: 50px;
  color: white;
  text-align: center;
}

.zhishu_wrap table.zhishu_table tr td .product {
  padding: 0 20px 0 10px;
}

.zhishu_wrap table.zhishu_table tr td .product span {
  display: block;
  width: 54px;
  height: 54px;
  float: left;
  margin: 0 20px 0 0;
}

.zhishu_wrap table.zhishu_table tr td .product span img {
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.zhishu_wrap table.zhishu_table tr td .product h4 {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 32px;
  color: #383838;
  text-align: left;
}

.zhishu_wrap table.zhishu_table tr td .product p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 32px;
  color: #999999;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.zhishu_wrap table.zhishu_table tr td .label {
  padding: 0 10px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 32px;
  color: #383838;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.zhishu_wrap table.zhishu_table tr td .number {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  color: #ff5733;
  text-align: center;
}

.zhishu_wrap table.zhishu_table tr:nth-of-type(2) td .ranking {
  background: url(../images/zhishu_icon1.png) center center no-repeat;
}

.zhishu_wrap table.zhishu_table tr:nth-of-type(3) td .ranking {
  background: url(../images/zhishu_icon2.png) center center no-repeat;
}

.zhishu_wrap table.zhishu_table tr:nth-of-type(4) td .ranking {
  background: url(../images/zhishu_icon3.png) center center no-repeat;
}

.industry_bg {
  background: #fff;
  overflow: hidden;
}

.industry_wrap {
  margin: 60px auto 0;
  padding: 0 0 20px 0;
  width: 1200px;
  height: auto;
  position: relative;
}

.industry_wrap .title {
  margin: 0px auto 0;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 52.13px;
  color: black;
  text-align: center;
}

.industry_wrap:after {
  display: block;
  content: "";
  width: 300px;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 30%, white 100%);
  position: absolute;
  top: 0;
  right: -300px;
  z-index: 99;
}

.industry_wrap .swiper-industry-prev, .industry_wrap .swiper-industry-next {
  display: block;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background: url(../images/corpus_btn_prev@2x.png) center center no-repeat;
  background-size: 60px;
  transition: all 0.5s;
  position: absolute;
  top: 220px;
  left: -90px;
}

.industry_wrap .swiper-industry-prev:hover, .industry_wrap .swiper-industry-next:hover {
  background: url(../images/corpus_btn_prev_hover@2x.png) center center no-repeat;
  background-size: 60px;
}

.industry_wrap .swiper-industry-next {
  background: url(../images/corpus_btn_next@2x.png) center center no-repeat;
  background-size: 60px;
  left: auto;
  right: -90px;
}

.industry_wrap .swiper-industry-next:hover {
  background: url(../images/corpus_btn_next_hover@2x.png) center center no-repeat;
  background-size: 60px;
}

.swiper-container-industry {
  width: 1500px;
  height: 370px;
  margin: 40px auto 0;
  overflow: hidden;
  position: relative;
}

.swiper-container-industry .swiper-slide .box {
  position: relative;
  width: 460px;
  height: 147px;
  box-sizing: border-box;
  padding: 30px 35px;
  margin: 0 0 30px 0;
  background: white;
  border: 1px solid #e5e5e5;
  transition: all 0.2s;
}

.swiper-container-industry .swiper-slide .box:hover {
  width: 460px;
  height: 147px;
  background: white;
  border: 1px solid #4673f0;
  box-shadow: 0px 15px 15px -10px rgba(166, 166, 166, 0.2);
}

.swiper-container-industry .swiper-slide .box:hover h6 {
  background: #4673f0;
  color: #fff;
}

.swiper-container-industry .swiper-slide .box:hover h6 a {
  color: #fff;
}

.swiper-container-industry .swiper-slide .box:hover h6 a:after {
  background: url(../images/industry_box_more_hover.png) center center no-repeat;
}

.swiper-container-industry .swiper-slide .box a {
  display: block;
  width: 100%;
  height: 100%;
}

.swiper-container-industry .swiper-slide .box h3 {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 26.06px;
  color: #383838;
  text-align: justify;
}

.swiper-container-industry .swiper-slide .box h3 a {
  color: #383838;
}

.swiper-container-industry .swiper-slide .box h6 {
  display: block;
  width: 83px;
  height: 48px;
  background: white;
  border: 1px solid #e5e5e5;
  border-right: none;
  border-bottom: none;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 48px;
  color: #a6a6a6;
  text-align: center;
}

.swiper-container-industry .swiper-slide .box h6 a:after {
  display: inline-block;
  margin: 0 0 0 10px;
  content: "";
  width: 16px;
  height: 12px;
  background: url(../images/industry_box_more.png) center center no-repeat;
}

.swiper-container-industry .swiper-pagination {
  position: absolute;
  right: 300px;
  bottom: 0;
  width: initial !important;
  text-align: right;
}

.swiper-container-industry .swiper-pagination span {
  margin: 0 !important;
  width: 15px;
  height: 4px;
  opacity: 1;
  border-radius: 0;
  background: #e5e5e5;
}

.swiper-container-industry .swiper-pagination span.swiper-pagination-bullet-active {
  width: 20px;
  background: #4673f0;
}

.copy_bg {
  margin: 50px auto 0;
  min-height: 260px;
  background: #092c61;
  position: relative;
  z-index: 2;
}

.about_wrap {
  width: 1200px;
  margin: -30px auto 0;
  display: flex;
  justify-content: space-between;
}

.about_wrap:before, .about_wrap:after {
  display: none;
}

.about_wrap .box {
  width: 550px;
  min-height: 180px;
  box-sizing: border-box;
  margin: 0;
  padding: 55px 0 10px 200px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: url(../images/copyright_icon1@2x.png) -20px -30px no-repeat;
  background-size: 229px;
}

.about_wrap .box:last-of-type {
  background: url(../images/copyright_icon2@2x.png) -20px -30px no-repeat;
  background-size: 229px;
}

.about_wrap .box p {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 23.17px;
  color: white;
  text-align: left;
  white-space: nowrap;
}

.copyright_wrap {
  box-sizing: border-box;
  position: relative;
  margin: 30px auto;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 17.38px;
  text-align: center;
  color: #fff;
}

.copyright_wrap p {
  display: block;
  margin: 15px auto;
}

.banner_top_img {
  height: 324px;
  overflow: hidden;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 1920px;
  position: relative;
}

.banner_top_img > img {
  width: 1920px;
  height: 324px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.detail_text {
  width: 1200px;
  height: auto;
  margin: 30px auto;
  padding: 35px 30px 50px;
  box-sizing: border-box;
  background: white;
}

.detail_text .title {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 44.8px;
  color: black;
  text-align: center;
  vertical-align: top;
  padding: 0 0 20px 0;
  border-bottom: 1px dashed #c8d0e6;
}

.detail_text .text {
  margin: 30px auto 0;
}

.detail_text p {
  margin: 0 auto 20px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 29px;
  color: black;
  text-indent: 2em;
  text-align: justify;
}

.detail_text img {
  display: block;
  margin: 0 auto;
  max-width: 90%;
}

.detail_text .banner_plane {
  height: 194px;
  background: url(../images/banner_plane_detail.png) center center no-repeat;
  cursor: pointer;
  margin: 20px auto 0;
}

.detail_text .banner_plane img {
  display: block;
  margin: 0 auto;
}

.detail_msg_wrap {
  width: 1201px;
  height: auto;
  box-sizing: border-box;
  margin: 0px auto 0;
  position: relative;
}

.detail_msg_wrap .content {
  display: flex;
  flex-wrap: wrap;
  height: 115px;
  padding: 50px 0;
  background: url(../images/bg_detail_msg_wrap.png) center top no-repeat;
}

.detail_msg_wrap .box {
  box-sizing: border-box;
  width: 400px;
  padding: 5px 20px 5px 80px;
  border-left: 4px solid #4399fb;
}

.detail_msg_wrap .box:first-of-type, .detail_msg_wrap .box:nth-last-of-type(3) {
  border-left: none;
}

.detail_msg_wrap .box p {
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  color: #546A8D;
  display: flex;
}

.detail_msg_wrap .box p span {
  display: inline-block;
  white-space: nowrap;
}

.detail_msg_wrap .corpus_btn {
  display: block;
  width: 401px;
  height: 64px;
  background: #439AFF;
  border-radius: 32px;
  box-sizing: border-box;
  margin: 30px auto 0;
  padding: 0;
  text-align: center;
}

.detail_msg_wrap .corpus_btn button {
  background: none;
  outline: 0;
  font-size: 24px;
  line-height: 64px;
  text-align: center;
  letter-spacing: 0;
  color: #FFFFFF;
  cursor: pointer;
}

.detail_msg_wrap .corpus_btn a {
  font-size: 24px;
  line-height: 64px;
  text-align: center;
  letter-spacing: 0;
  color: #FFFFFF;
  text-decoration: none;
}

.detail_msg_wrap .corpus_btn_gray {
  background: #CCE4FF;
}

.detail_msg_wrap .corpus_btn_gray:hover {
  box-shadow: 10px 10px 10px rgba(204, 228, 255, 0.3);
}

.detail_msg_wrap .corpus_btn_green {
  background: #7dceb2;
}

.detail_msg_wrap .corpus_btn_green:hover {
  box-shadow: 10px 10px 10px rgba(125, 206, 178, 0.3);
}

.detail_data_text {
  width: 1130px;
  margin: 50px auto 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: space-between;
}

.detail_data_text:before, .detail_data_text:after {
  display: none;
}

.detail_data_text .text {
  box-sizing: border-box;
  min-width: 733px;
  float: left;
  margin: 0;
  padding: 0 120px 0 80px;
}

.detail_data_text .text h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 48px;
  text-align: justify;
  color: #546a8d;
}

.detail_data_text .text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 48px;
  text-align: justify;
  color: #546a8d;
}

.detail_data_text .cooperate {
  border-left: 2px solid #DCE7F6;
  box-sizing: border-box;
  width: 390px;
  margin: 0;
  padding: 0 26px 0 44px;
  float: right;
}

.detail_data_text .cooperate h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 48px;
  text-align: justify;
  color: #546a8d;
}

.detail_data_text .cooperate p {
  font-weight: 400;
  font-size: 16px;
  line-height: 48px;
  text-align: justify;
  color: #546a8d;
}

.detail_data_text .cooperate p.phone {
  font-weight: 700;
}

.detail_data_text .cooperate p.phone:before {
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../images/icon_phone@2x.png) center center no-repeat;
  background-size: 24px;
}

.detail_data_text .cooperate p.mail {
  font-weight: 700;
}

.detail_data_text .cooperate p.mail:before {
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../images/icon_mail@2x.png) center center no-repeat;
  background-size: 24px;
}

.detail_data_text .cooperate .linkBtn {
  margin: 50px auto 0;
  width: 330px;
  height: 64px;
  background-image: linear-gradient(83deg, #426BFF 0%, #3061FF 51%, #4BAAFE 70%, #71EFF9 100%);
  background: #4480FF;
  border-radius: 32px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  font-size: 24px;
  line-height: 64px;
  text-align: center;
  color: #FFFFFF;
}

.detail_data_text .cooperate .linkBtn a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
}

.detail_data_introduce {
  width: 1130px;
  margin: 40px auto 50px;
}

.detail_data_introduce .code_con {
  box-sizing: border-box;
  width: 743px;
  padding: 55px 85px 76px 65px;
  border: 2px solid #DCE7F6;
  background: #fff;
  float: left;
}

.detail_data_introduce .code_con pre {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  line-height: 42px;
  font-family: Microsoft YaHei;
  color: #546A8D;
  text-align: justify;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.detail_data_introduce .introduce_con {
  box-sizing: border-box;
  width: 366px;
  float: right;
}

.detail_data_introduce .introduce_con table {
  table-layout: fixed;
  width: 366px;
  border-top: 2px solid #DCE7F6;
  border-left: 2px solid #DCE7F6;
  background: #fff;
}

.detail_data_introduce .introduce_con table tr th, .detail_data_introduce .introduce_con table tr td {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  font-family: Microsoft YaHei;
  text-align: center;
  color: #546A8D;
  padding: 26px 0;
  border-bottom: 2px solid rgba(81, 127, 218, 0.41);
  border-right: 2px solid rgba(81, 127, 218, 0.41);
}

.detail_data_introduce .introduce_con table tr td {
  font-weight: 400;
  font-size: 16px;
}

.agreement_contain {
  box-sizing: border-box;
  width: 1140px;
  margin: 40px auto 30px;
  padding: 40px 140px 80px;
  background: #fff;
  border: 2px solid rgba(81, 127, 218, 0.41);
  position: relative;
}

.agreement_contain:before {
  display: block;
  content: "";
  width: 1178px;
  height: 43px;
  background: url(../images/bg_agreement_contain.png) center top no-repeat;
  position: absolute;
  top: -20px;
  left: -19px;
}

.agreement_contain .title {
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  color: #546A8D;
}

.agreement_contain hr {
  margin: 45px auto 30px;
  display: block;
  width: 22px;
  height: 6px;
  background: #439AFF;
}

.agreement_contain .content {
  color: #546a8d;
  font-weight: 400;
  font-family: Microsoft YaHei;
  font-size: 16px;
  line-height: 26px;
  text-align: justify;
}

.agreement_contain .content p {
  text-indent: 2em;
}

.login-modal {
  position: fixed;
  z-index: 999;
}

.login-modal-mask {
  background: rgba(0, 0, 0, 0.75);
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
}

.login-modal-wrap {
  position: fixed;
  z-index: 2;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: auto;
  height: auto;
  border-radius: 10px;
  transform: translate(-50%, -50%);
  overflow: visible;
}

.login-modal-close, .login-modal-close-agreement {
  position: absolute;
  right: 18px;
  top: 27px;
  width: 40px;
  height: 40px;
  background: url(../images/icon_close.png) center center no-repeat;
  background-size: 40px;
  opacity: 0.8;
  display: inline-block;
  cursor: pointer;
}

.login-modal-close:hover, .login-modal-close-agreement:hover {
  background-size: 40px;
  opacity: 1;
}

.login-modal-phone-wrap {
  box-sizing: border-box;
  position: relative;
  padding: 50px 700px 50px 50px;
  text-align: center;
  width: 1200px;
  height: 596px;
  border-radius: 24px;
  background: url(../images/bg_denglu.png) center right no-repeat white;
  border: 3px solid rgba(151, 180, 194, 0.26);
}

.login-modal-phone-wrap .login-modal-close {
  background-size: contain;
}

.login-modal-phone-wrap h3 {
  margin-top: 40px;
  font-size: 34px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 47.6px;
  color: #141414;
  text-align: left;
  font-family: PingFangSC-Medium, PingFang SC;
}

.login-modal-phone-wrap h3 i {
  display: block;
  font-style: normal;
  color: #0053db;
}

.login-modal-phone-wrap .number-box {
  margin-top: 34px;
  position: relative;
  width: 380px;
  height: 46px;
  border-radius: 4px;
  background: white;
  border: 1px solid #dcdfe6;
  box-sizing: border-box;
  padding: 0 0 0 27px;
  font-size: 16px;
  line-height: 46px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 400;
  color: black;
  text-align: left;
}

.login-modal-phone-wrap .number-box label {
  vertical-align: middle;
  display: inline-block;
  width: 80px;
  margin: 0 5px 0 0;
  position: relative;
  text-align: left;
  color: black;
}

.login-modal-phone-wrap .number-box label i {
  margin: 0 0 0 5px;
  color: #a6a6a6;
}

.login-modal-phone-wrap .number-box input {
  vertical-align: middle;
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  width: 250px;
  height: 44px;
  font-weight: 400;
  font-size: 16px;
  line-height: 40px;
  font-family: PingFangSC-Medium, PingFang SC;
  color: black;
}

.login-modal-phone-wrap .number-box input::placeholder {
  color: #a6a6a6;
}

.login-modal-phone-wrap .number-box input:focus {
  background-color: transparent;
  border: 0;
  outline: none;
}

.login-modal-phone-wrap .number-box input:-webkit-autofill {
  -webkit-text-fill-color: black;
  -webkit-box-shadow: 0 0 0 10000px transparent inset !important;
  transition: background-color 50000s ease-in-out 0s;
}

.login-modal-phone-wrap .number-box input:-webkit-autofill:hover, .login-modal-phone-wrap .number-box input:-webkit-autofill:focus, .login-modal-phone-wrap .number-box input:-webkit-autofill:active {
  -webkit-text-fill-color: black;
}

.login-modal-phone-wrap .number-box .text {
  position: absolute;
  bottom: -24px;
  left: 27px;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  text-align: left;
  text-indent: 0px;
  color: #ff5733;
}

.login-modal-phone-wrap .code-box {
  margin-top: 50px;
  position: relative;
  width: 380px;
  height: 46px;
  border-radius: 4px;
  background: white;
  border: 1px solid #dcdfe6;
  box-sizing: border-box;
  padding: 0 0 0 27px;
  font-size: 16px;
  line-height: 46px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 400;
  color: black;
  text-align: left;
}

.login-modal-phone-wrap .code-box label {
  display: inline-block;
  width: 80px;
  margin: 0 5px 0 0;
  position: relative;
  text-align: left;
  color: black;
}

.login-modal-phone-wrap .code-box label i {
  margin: 0 0 0 5px;
  color: #a6a6a6;
}

.login-modal-phone-wrap .code-box .content {
  display: inline-block;
  height: 46px;
}

.login-modal-phone-wrap .code-box input {
  vertical-align: middle;
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  margin: 0 5px 0 0;
  width: 90px;
  height: 46px;
  font-weight: 500;
  font-size: 16px;
  line-height: 40px;
  font-family: PingFangSC-Medium, PingFang SC;
  color: black;
}

.login-modal-phone-wrap .code-box input::placeholder {
  color: #a6a6a6;
}

.login-modal-phone-wrap .code-box input:-webkit-autofill {
  color: black;
  -webkit-box-shadow: 0 0 0 10000px transparent  inset !important;
  transition: background-color 50000s ease-in-out 0s;
}

.login-modal-phone-wrap .code-box input:-webkit-autofill:hover, .login-modal-phone-wrap .code-box input:-webkit-autofill:focus, .login-modal-phone-wrap .code-box input:-webkit-autofill:active {
  color: black;
}

.login-modal-phone-wrap .code-box #sendCode {
  position: absolute;
  top: 4px;
  right: 9px;
  width: 96px;
  height: 36px;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 4px;
  background: #0053db;
  font-size: 12px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 40px;
  cursor: pointer;
}

.login-modal-phone-wrap .code-box #sendCode:disabled {
  background-color: #bdbdbd;
}

.login-modal-phone-wrap .code-box .text {
  display: none;
  margin: 0 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 48px;
  text-align: left;
  text-indent: 133px;
  color: #EF5324;
}

.login-modal-phone-wrap .denglu {
  margin: 25px auto 0;
}

.login-modal-phone-wrap .denglu button {
  width: 380px;
  height: 45px;
  background: #0053db;
  border-radius: 4px;
  font-weight: 600;
  font-size: 18px;
  line-height: 45px;
  text-align: center;
  color: #FFFFFF;
  letter-spacing: 5px;
  cursor: pointer;
}

.login-modal-phone-wrap .denglu button:disabled {
  background: #bdbdbd;
}

.login-modal-phone-wrap .login_container_form_read_item {
  width: 380px;
  margin: 25px auto;
  padding: 20px 0;
  border-top: 1px dashed #d7d8d8;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #bdbdbd;
  line-height: 18px;
  text-align: center;
}

.login-modal-phone-wrap .login_container_form_radio label {
  cursor: pointer;
}

.login-modal-phone-wrap .login_container_form_radio input[type="checkbox"] {
  display: none;
}

.login-modal-phone-wrap .login_container_form_radio input[type="checkbox"] + span {
  display: inline-block;
  float: none !important;
  vertical-align: middle;
  position: relative;
  width: 12px;
  height: 12px;
  line-height: 12px;
  margin: 0 5px 0 0;
  background-image: url("../images/checkbox_off@2x.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.login-modal-phone-wrap .login_container_form_radio input[type="checkbox"] + span + span {
  display: inline-block;
  float: none !important;
  vertical-align: middle;
}

.login-modal-phone-wrap .login_container_form_radio input[type="checkbox"]:checked + span:after {
  background-image: url("../images/checkbox_on@2x.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  content: '';
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 12px;
  height: 12px;
  line-height: 12px;
}

.login-modal-phone-wrap .login_container_form_radio > * {
  width: auto;
}

.login-modal-phone-wrap .login_container_form_radio > a {
  display: inline-block;
  vertical-align: middle;
}

.login-modal-phone-wrap .login_container_form_radio > a.login_container_form_read_check_link {
  color: #5482ff;
  color: #333;
  cursor: pointer;
}

.login-modal-applyfor-wrap {
  box-sizing: border-box;
  width: 1200px;
  height: auto;
  padding: 50px 290px 30px;
  border-radius: 24px;
  background: white;
  border: 3px solid rgba(151, 180, 194, 0.26);
  text-align: center;
}

.login-modal-applyfor-wrap:before {
  display: block;
  content: "";
  width: 377px;
  height: 274px;
  background: url(../images/applyfor_diamond.png) center center no-repeat;
  position: absolute;
  top: -100px;
  left: -130px;
}

.login-modal-applyfor-wrap .title {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 37.65px;
  color: #0053db;
  text-align: center;
  width: 100%;
  padding: 0 0 100px 0;
  background: url(../images/applyfor_title.png) center bottom no-repeat;
}

.login-modal-applyfor-wrap .xinxi {
  margin: 48px auto 0;
}

.login-modal-applyfor-wrap .xinxi .box {
  margin-bottom: 20px;
  height: auto;
  box-sizing: border-box;
  padding: 0 10px 0 20px;
  font-size: 14px;
  line-height: 32px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 400;
  color: black;
  text-align: left;
}

.login-modal-applyfor-wrap .xinxi .box label {
  display: inline-block;
  width: 120px;
  vertical-align: top;
  position: relative;
  font-size: 14px;
  line-height: 32px;
}

.login-modal-applyfor-wrap .xinxi .box label.required::before {
  content: '';
  display: block;
  width: 11px;
  height: 11px;
  background: url(../images/icon_star.png) center center no-repeat;
  background-size: 8px;
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translate(0, -50%);
}

.login-modal-applyfor-wrap .xinxi .box input {
  vertical-align: top;
  background: none;
  border: 1px solid #b1dffc;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  padding: 0 27px;
  width: 380px;
  height: 32px;
  border-radius: 4px;
  background: white;
  border: 1px solid #dcdfe6;
  font-weight: 400;
  font-size: 14px;
  line-height: 32px;
  font-family: PingFangSC-Medium, PingFang SC;
  color: black;
}

.login-modal-applyfor-wrap .xinxi .box input::placeholder {
  color: #a6a6a6;
}

.login-modal-applyfor-wrap .xinxi .box input:-webkit-autofill {
  -webkit-text-fill-color: black;
  -webkit-box-shadow: 0 0 0 10000px rgba(84, 130, 255, 0.05) inset !important;
  transition: background-color 50000s ease-in-out 0s;
}

.login-modal-applyfor-wrap .xinxi .box input:-webkit-autofill:hover, .login-modal-applyfor-wrap .xinxi .box input:-webkit-autofill:focus, .login-modal-applyfor-wrap .xinxi .box input:-webkit-autofill:active {
  -webkit-text-fill-color: black;
}

.login-modal-applyfor-wrap .xinxi .box textarea {
  width: 380px;
  height: 120px;
  border-radius: 4px;
  background: white;
  border: 1px solid #dcdfe6;
  font-weight: 400;
  font-size: 14px;
  line-height: 32px;
  font-family: PingFangSC-Medium, PingFang SC;
  color: black;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  box-sizing: border-box;
  padding: 0px 27px;
}

.login-modal-applyfor-wrap .xinxi .box textarea::placeholder {
  color: #a6a6a6;
}

.login-modal-applyfor-wrap .xinxi .box .text {
  font-weight: 400;
  font-size: 14px;
  line-height: 32px;
  text-align: left;
  text-indent: 133px;
  color: #ff5733;
  margin-left: 5px;
}

.login-modal-applyfor-wrap .applyfor {
  margin: 15px auto 10px;
}

.login-modal-applyfor-wrap .applyfor button {
  width: 248px;
  height: 45px;
  background: #0053db;
  border-radius: 4px;
  font-weight: 400;
  font-size: 16px;
  line-height: 45px;
  text-align: center;
  color: #FFFFFF;
  letter-spacing: 5px;
  cursor: pointer;
}

.login-modal-applyfor-wrap .applyfor button:disabled {
  background: #bdbdbd;
}

.login-modal-service-wrap {
  box-sizing: border-box;
  width: 1200px;
  height: auto;
  padding: 50px 290px 30px;
  border-radius: 24px;
  background: white;
  border: 3px solid rgba(151, 180, 194, 0.26);
  text-align: center;
}

.login-modal-service-wrap:before {
  display: block;
  content: "";
  width: 377px;
  height: 274px;
  background: url(../images/applyfor_diamond.png) center center no-repeat;
  position: absolute;
  top: -100px;
  left: -130px;
}

.login-modal-service-wrap .title {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 37.65px;
  color: #0053db;
  text-align: center;
  width: 100%;
  padding: 0 0 0px 0;
}

.login-modal-service-wrap .xinxi {
  margin: 48px auto 0;
}

.login-modal-service-wrap .xinxi .box {
  margin-bottom: 20px;
  height: auto;
  box-sizing: border-box;
  padding: 0 10px 0 20px;
  font-size: 14px;
  line-height: 32px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 400;
  color: black;
  text-align: left;
}

.login-modal-service-wrap .xinxi .box label {
  display: inline-block;
  width: 120px;
  vertical-align: top;
  position: relative;
  font-size: 14px;
  line-height: 32px;
}

.login-modal-service-wrap .xinxi .box label.required::before {
  content: '';
  display: block;
  width: 11px;
  height: 11px;
  background: url(../images/icon_star.png) center center no-repeat;
  background-size: 8px;
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translate(0, -50%);
}

.login-modal-service-wrap .xinxi .box input {
  vertical-align: top;
  background: none;
  border: 1px solid #b1dffc;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  padding: 0 27px;
  width: 380px;
  height: 32px;
  border-radius: 4px;
  background: white;
  border: 1px solid #dcdfe6;
  font-weight: 400;
  font-size: 14px;
  line-height: 32px;
  font-family: PingFangSC-Medium, PingFang SC;
  color: black;
}

.login-modal-service-wrap .xinxi .box input::placeholder {
  color: #a6a6a6;
}

.login-modal-service-wrap .xinxi .box input:-webkit-autofill {
  -webkit-text-fill-color: black;
  -webkit-box-shadow: 0 0 0 10000px rgba(84, 130, 255, 0.05) inset !important;
  transition: background-color 50000s ease-in-out 0s;
}

.login-modal-service-wrap .xinxi .box input:-webkit-autofill:hover, .login-modal-service-wrap .xinxi .box input:-webkit-autofill:focus, .login-modal-service-wrap .xinxi .box input:-webkit-autofill:active {
  -webkit-text-fill-color: black;
}

.login-modal-service-wrap .xinxi .box textarea {
  width: 380px;
  height: 120px;
  border-radius: 4px;
  background: white;
  border: 1px solid #dcdfe6;
  font-weight: 400;
  font-size: 14px;
  line-height: 32px;
  font-family: PingFangSC-Medium, PingFang SC;
  color: black;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  box-sizing: border-box;
  padding: 0px 27px;
}

.login-modal-service-wrap .xinxi .box textarea::placeholder {
  color: #a6a6a6;
}

.login-modal-service-wrap .xinxi .box .text {
  font-weight: 400;
  font-size: 14px;
  line-height: 32px;
  text-align: left;
  text-indent: 133px;
  color: #ff5733;
  margin-left: 5px;
}

.login-modal-service-wrap .xinxi .box:last-of-type label {
  padding: 5px 0;
  line-height: 22px;
}

.login-modal-service-wrap .servicefor {
  margin: 15px auto 10px;
}

.login-modal-service-wrap .servicefor button {
  width: 248px;
  height: 45px;
  background: #0053db;
  border-radius: 4px;
  font-weight: 400;
  font-size: 16px;
  line-height: 45px;
  text-align: center;
  color: #FFFFFF;
  letter-spacing: 5px;
  cursor: pointer;
}

.login-modal-service-wrap .servicefor button:disabled {
  background: #bdbdbd;
}

.login-modal-notice-wrap, .login-modal-notice-apply-wrap {
  box-sizing: border-box;
  width: 572px;
  height: 422px;
  background: #FFFFFF;
  box-shadow: 0px 4px 7px 0px rgba(30, 84, 232, 0.23);
  padding: 30px 50px 30px;
}

.login-modal-notice-wrap .icon_success, .login-modal-notice-apply-wrap .icon_success {
  margin: 10px auto 0;
  width: 80px;
  height: 80px;
  background: url(../images/icon_success.png) center center no-repeat;
}

.login-modal-notice-wrap .text, .login-modal-notice-apply-wrap .text {
  margin-top: 35px;
  color: #241427;
  font-weight: 400;
  font-family: Microsoft YaHei;
  font-size: 16px;
  text-align: justify;
  line-height: 42.67px;
  letter-spacing: 7px;
}

.login-modal-notice-wrap .text span, .login-modal-notice-apply-wrap .text span {
  font-size: 24px;
  color: #FF7A51;
  letter-spacing: 4px;
}

.login-modal-notice-wrap .notice, .login-modal-notice-apply-wrap .notice {
  margin: 25px auto 10px;
  text-align: center;
}

.login-modal-notice-wrap .notice button, .login-modal-notice-apply-wrap .notice button {
  width: 248px;
  height: 45px;
  background: #0053db;
  border-radius: 4px;
  font-weight: 400;
  font-size: 16px;
  line-height: 45px;
  text-align: center;
  color: #FFFFFF;
  letter-spacing: 5px;
  cursor: pointer;
}

.login-modal-wrap-agreement {
  z-index: 3;
  box-sizing: border-box;
  width: 884px;
  height: 540px;
  background: #FFFFFF;
  box-shadow: 0px 4px 7px 0px rgba(30, 84, 232, 0.23);
  padding: 50px 50px 30px;
}

.login-modal-body {
  width: 100%;
  max-height: 440px;
  box-sizing: border-box;
  padding: 0 20px 0 30px;
  background-color: #fff;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  color: #333333;
}

.login-modal-body::-webkit-scrollbar-track-piece {
  background-color: #f8f8f8;
}

.login-modal-body::-webkit-scrollbar {
  width: 9px;
  height: 9px;
}

.login-modal-body::-webkit-scrollbar-thumb {
  background-color: #ddd;
  background-clip: padding-box;
  min-height: 18px;
  border-radius: 7px;
}

.login-modal-body::-webkit-scrollbar-thumb:hover {
  background-color: #bbb;
  cursor: pointer;
}

.login-modal-body .login-modal-content-title {
  padding: 10px 0 20px;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

.login-modal-body .login-modal-content-html h2 {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  text-align: justify;
}

.login-modal-body .login-modal-content-html p {
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  text-align: justify;
}

.login-modal-body .login-modal-submit-btn {
  margin: 10px auto 0;
  width: 223px;
  height: 44px;
  outline: 0;
  background: #5482FF;
  border-radius: 22px;
  font-weight: 500;
  font-size: 18px;
  font-family: SourceHanSansCN-Medium, SourceHanSansCN;
  color: #FFFFFF;
  line-height: 42px;
  cursor: pointer;
}

.login-modal-body .login-modal-submit-btn:focus {
  outline: 0;
}

.list_wrap {
  width: 1200px;
  margin: 0px auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.list_wrap .list_catalog {
  width: 230px;
  background: #ebedf2;
  box-shadow: inset -4px 0px 0px white;
  padding: 30px 0 100px 0;
}

.list_wrap .list_catalog li {
  width: 230px;
  height: 89px;
  box-sizing: border-box;
  padding: 0 25px;
  font-size: 16px;
  font-weight: 500;
  line-height: 29px;
  color: #383838;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.list_wrap .list_catalog li.act {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 100%);
  color: #0053db;
}

.list_wrap .list_catalog li:hover {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 100%);
}

.list_wrap .list_content {
  width: 962px;
  background: white;
  box-sizing: border-box;
  padding: 30px 0px;
  position: relative;
}

.list_wrap .list_content .download {
  position: absolute;
  top: 30px;
  right: 0;
  width: 160px;
  height: 43px;
  background: #4866d9;
  font-size: 16px;
  font-weight: 500;
  line-height: 43px;
  color: white;
  text-align: center;
}

.list_wrap .list_content .download a {
  color: white;
}

.list_wrap .list_content .download button {
  background: none;
  outline: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 43px;
  color: white;
  cursor: pointer;
}

.list_wrap .list_content .title {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 44.8px;
  color: black;
  text-align: center;
  vertical-align: top;
  padding: 0 0 20px 0;
  border-bottom: 1px dashed #c8d0e6;
}

.list_wrap .list_content .code {
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 50px;
  color: black;
  text-align: left;
}

.list_wrap .list_content .code .blue {
  color: #4866d9;
}

.list_wrap .list_content pre {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 50px;
  font-family: "Microsoft Yahei";
  color: black;
  text-align: left;
  white-space: pre-wrap;
}

.list_wrap .list_content pre p {
  font-family: "Microsoft Yahei";
}

.list_wrap .list_content pre strong, .list_wrap .list_content pre b {
  font-weight: 500;
}

.list_cooperate_warp {
  width: 1192px;
  height: 436px;
  margin: 20px auto 0;
  background: url(../images/list_cooperate_bg@2x.png) center center no-repeat;
  background-size: 100%;
  position: relative;
}

.list_cooperate_warp:after {
  content: '';
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 1921px;
  height: 359px;
  background-image: linear-gradient(180deg, #ffffff00 0%, #FFFFFF 100%);
}

.list_cooperate_text_warp {
  width: 1200px;
  margin: -30px auto 60px;
  text-align: center;
  position: relative;
}

.list_cooperate_text_warp p {
  display: inline-block;
  background: url(../images/icon_kefu@2x.png) left center no-repeat;
  background-size: 60px;
  padding-left: 87px;
  font-weight: 500;
  font-size: 18px;
  line-height: 60px;
  font-family: PingFangSC;
  color: #333333;
}

.list_cooperate_text_warp p i {
  font-size: 32px;
  color: #4EA4FB;
}

/*20240828*/
.banner_top_zhuliu {
  background: url(../images/banner_top_zhuliu.jpg) top center no-repeat;
  height: 538px;
  text-align: center;
}

.banner_top_zhuliu h2 {
  margin: 100px auto 0;
  font-weight: 700;
  font-family: AlimamaShuHeiTi;
  font-size: 38px;
  line-height: 46px;
  color: #FFFFFF;
  text-align: center;
  letter-spacing: 8.44px;
  display: none;
}

.banner_top_zhuliu h3 {
  margin: 179px auto 0;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  font-size: 28px;
  line-height: 37px;
  color: #FFD973;
  letter-spacing: 0;
  text-align: center;
  text-shadow: 0 1px 6px rgba(0, 92, 255, 0.8);
}

.banner_top_zhuliu .text {
  margin: 20px auto 0;
  width: 1228px;
  height: 319px;
  background: url(../images/banner_top_zhuliu_text.png) top center no-repeat;
  box-sizing: border-box;
  padding: 78px 126px 0;
  position: relative;
}

.banner_top_zhuliu .text p {
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  letter-spacing: 0;
  text-align: justify;
  line-height: 37px;
  text-indent: 2em;
}

.banner_top_zhuliu .text .btn {
  margin: 20px auto 0;
  width: 280px;
  height: 63px;
  background: #FFB959;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%);
  box-shadow: 0 5px 16px 0 rgba(45, 76, 254, 0.33);
  border-radius: 8px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  font-size: 24px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: justify;
  line-height: 60px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  text-align: center;
  background-image: linear-gradient(180deg, #FFCA6E 0%, #FFA945 100%);
  text-shadow: 0 2px 4px #E67600;
}

.banner_top_zhuliu .text .btn a {
  color: #FFFFFF;
}

.zhuliu_bg1 {
  margin: 10px auto 0;
  min-height: 674px;
  background: url(../images/zhuliu_bg1.png) center top no-repeat;
}

.container_zhuliu_ceping {
  width: 1040px;
  min-height: 250px;
  margin: 70px auto 0;
}

.container_zhuliu_ceping .ceping_tab_title {
  text-align: center;
}

.container_zhuliu_ceping .ceping_tab_title li {
  margin: 0 50px;
  position: relative;
  display: inline-block;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 32px;
  line-height: 45px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
  cursor: pointer;
}

.container_zhuliu_ceping .ceping_tab_title li.select {
  color: #4673F0;
  font-weight: 600;
}

.container_zhuliu_ceping .ceping_tab_title li.select:after {
  content: '';
  display: block;
  width: 46px;
  height: 5px;
  background: #4673F0;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.container_zhuliu_ceping .ceping_tab_con {
  margin: 40px auto 0;
}

.container_zhuliu_ceping .ceping_tab_con p {
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  letter-spacing: 0;
  text-align: justify;
  line-height: 37px;
  text-indent: 2em;
}

.container_zhuliu_baogao {
  width: 1140px;
  margin: 110px auto 0;
}

.container_zhuliu_baogao .title {
  font-family: PingFangSC-Medium;
  font-weight: 600;
  font-size: 32px;
  line-height: 45px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
}

.container_zhuliu_baogao .summary {
  margin: 22px auto 0;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
  line-height: 37px;
  text-indent: 0;
}

.container_zhuliu_baogao .summary_blue {
  margin: 2px auto 0;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  font-size: 24px;
  color: #4673F0;
  letter-spacing: 0;
  text-align: center;
  line-height: 33px;
  text-indent: 0;
}

.container_zhuliu_baogao .baogaoShow {
  margin: 44px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.container_zhuliu_baogao .baogaoShow > .box {
  width: 360px;
  height: 174px;
  background: #FFFFFF;
  box-shadow: 0 6px 16px 0 rgba(150, 184, 254, 0.46), 0 0 4px 0 rgba(150, 184, 254, 0.46);
  box-sizing: border-box;
  padding: 20px 31px 0 36px;
  position: relative;
}

.container_zhuliu_baogao .baogaoShow > .box > a {
  display: inline-block;
}

.container_zhuliu_baogao .baogaoShow > .box strong {
  display: block;
  margin: 0 0 0 75px;
  font-family: PingFangSC-Medium;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  color: #333333;
  letter-spacing: 0;
  text-align: justify;
  position: relative;
}

.container_zhuliu_baogao .baogaoShow > .box strong:after {
  content: '';
  display: block;
  width: 104px;
  height: 12px;
  background: rgba(70, 115, 240, 0.21);
  position: absolute;
  bottom: 0px;
  left: -2px;
}

.container_zhuliu_baogao .baogaoShow > .box p {
  margin: 17px auto 0;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  text-align: justify;
  line-height: 31px;
  display: inline-flex;
  height: 93px;
  align-items: center;
}

.container_zhuliu_baogao .baogaoShow > .box:before {
  content: '';
  display: block;
  width: 74px;
  height: 86px;
  background: url(../images/zhuliu_icon1.png) center top no-repeat;
  position: absolute;
  top: -19px;
  left: 22px;
}

.container_zhuliu_baogao .baogaoShow > .box:first-of-type:before {
  background: url(../images/zhuliu_icon1.png) center top no-repeat;
}

.container_zhuliu_baogao .baogaoShow > .box:nth-of-type(2):before {
  background: url(../images/zhuliu_icon2.png) center top no-repeat;
}

.container_zhuliu_baogao .baogaoShow > .box:nth-of-type(3):before {
  background: url(../images/zhuliu_icon3.png) center top no-repeat;
}

.container_zhuliu_shendu {
  margin: 70px auto 0;
  height: 395px;
  background: url(../images/banner_zhuliu_shendu.png) center top no-repeat;
}

.container_zhuliu_shendu .title {
  margin: 26px auto 0;
  font-family: PingFangSC-Medium;
  font-weight: 600;
  font-size: 32px;
  line-height: 45px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
}

.container_zhuliu_shendu .summary {
  margin: 31px auto 0;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
  line-height: 37px;
}

.zhuliu_bg2 {
  margin: 0px auto 0;
  min-height: 813px;
  background: url(../images/zhuliu_bg2.png) center bottom no-repeat;
}

.container_zhuliu_moxing {
  width: 1200px;
  margin: 0px auto 0;
}

.container_zhuliu_moxing .title {
  margin: 0px auto 0;
  font-family: PingFangSC-Medium;
  font-weight: 600;
  font-size: 32px;
  line-height: 45px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
}

.container_zhuliu_moxing .summary {
  margin: 26px auto 0;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
  line-height: 37px;
}

.container_zhuliu_moxing .moxingShow {
  margin: 26px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.container_zhuliu_moxing .moxingShow .box {
  width: 340px;
  height: 120px;
  background: #FFFFFF;
  box-shadow: 0 4px 16px 0 rgba(188, 213, 240, 0.46);
  box-sizing: border-box;
  padding: 28px 0 0 36px;
  position: relative;
}

.container_zhuliu_moxing .moxingShow .box > a {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}

.container_zhuliu_moxing .moxingShow .box strong {
  display: block;
  font-family: PingFangSC-Medium;
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  color: #333333;
  letter-spacing: 0;
  text-align: justify;
  position: relative;
}

.container_zhuliu_moxing .moxingShow .box strong:after {
  content: '';
  display: block;
  width: 134px;
  height: 12px;
  background: rgba(70, 115, 240, 0.21);
  position: absolute;
  bottom: 0px;
  left: -2px;
}

.container_zhuliu_moxing .moxingShow .box h6 {
  margin: 8px 0 0;
  display: block;
  width: 34px;
  height: 24px;
  background: url(../images/zhuliu_icon_download.png) center center no-repeat;
}

.container_zhuliu_moxing .moxingShow .box:after {
  content: '';
  display: block;
  width: 231px;
  height: 152px;
  background: url(../images/zhuliu_moxing1.png) center top no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
}

.container_zhuliu_moxing .moxingShow .box:nth-of-type(2) {
  width: 432px;
  height: 181px;
  padding: 32px 0 0 63px;
}

.container_zhuliu_moxing .moxingShow .box:nth-of-type(2) strong {
  font-size: 28px;
  line-height: 40px;
}

.container_zhuliu_moxing .moxingShow .box:nth-of-type(2) strong:after {
  width: 150px;
}

.container_zhuliu_moxing .moxingShow .box:nth-of-type(2) p {
  margin: 10px auto 0;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #333333;
  letter-spacing: 0;
  text-align: justify;
}

.container_zhuliu_moxing .moxingShow .box:nth-of-type(2):after {
  width: 265px;
  height: 220px;
  background: url(../images/zhuliu_moxing2.png) center top no-repeat;
}

.container_zhuliu_moxing .moxingShow .box:nth-of-type(3):after {
  background: url(../images/zhuliu_moxing3.png) center top no-repeat;
}

.banner_zhuliu_plane {
  width: 1200px;
  height: 204px;
  background: url(../images/banner_zhuliu_plan.png) center center no-repeat;
  cursor: pointer;
  margin: 48px auto 60px;
}

.service_wrap .banner_plane {
  height: 204px;
  background: url(../images/banner_zhuliu_plan.png) center center no-repeat;
  background-size: contain;
}

/*20240923*/
.banner_top_wenda {
  background: url(../images/banner_top_wenda.jpg) top center no-repeat;
  height: 440px;
  text-align: center;
}

.banner_top_wenda h2 {
  display: none;
}

.banner_top_wenda h3 {
  display: none;
}

.banner_top_wenda .text {
  margin: 196px auto 0;
  width: 1228px;
  height: 278px;
  background: url(../images/banner_top_wenda_text.png) top center no-repeat;
  box-sizing: border-box;
  padding: 78px 126px 0;
  position: relative;
}

.banner_top_wenda .text p {
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  letter-spacing: 0;
  text-align: justify;
  line-height: 37px;
  text-indent: 2em;
}

.wenda_bg1 {
  margin: 40px auto -50px;
  height: 1060px;
  background: url(../images/wenda_bg1.png) center top no-repeat, url(../images/wenda_bg2.png) center 400px no-repeat;
  position: relative;
  z-index: 1;
}

.container_wenda_wenti {
  width: 1200px;
  margin: 0 auto;
}

.container_wenda_wenti .title {
  font-family: PingFangSC-Medium;
  font-weight: 600;
  font-size: 32px;
  line-height: 45px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
}

.container_wenda_wenti ul {
  margin: 45px auto 0;
  height: 117px;
  display: flex;
  justify-content: space-between;
}

.container_wenda_wenti ul li {
  position: relative;
  padding: 72px 0 0 0;
  flex-grow: 1;
  font-family: PingFangSC-Medium;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
}

.container_wenda_wenti ul li:after {
  content: "";
  display: block;
  width: 2px;
  height: 117px;
  background: url(../images/wenda_wenti_line.png) center center no-repeat;
  position: absolute;
  top: 0;
  right: 0;
}

.container_wenda_wenti ul li:last-of-type:after {
  display: none;
}

.container_wenda_wenti ul li.wenti_icon1 {
  background: url(../images/wenda_wenti_icon1.png) center top no-repeat;
}

.container_wenda_wenti ul li.wenti_icon2 {
  background: url(../images/wenda_wenti_icon2.png) center top no-repeat;
}

.container_wenda_wenti ul li.wenti_icon3 {
  background: url(../images/wenda_wenti_icon3.png) center top no-repeat;
}

.container_wenda_wenti ul li.wenti_icon4 {
  background: url(../images/wenda_wenti_icon4.png) center top no-repeat;
}

.container_wenda_wenti ul li.wenti_icon5 {
  background: url(../images/wenda_wenti_icon5.png) center -10px no-repeat;
}

.container_wenda_wenti ul li.wenti_icon6 {
  background: url(../images/wenda_wenti_icon6.png) center top no-repeat;
}

.container_wenda_wenti p {
  padding: 30px 33px 0;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  letter-spacing: 0;
  text-align: justify;
  line-height: 37px;
  text-indent: 2em;
}

.container_wenda_lingyu {
  width: 1200px;
  margin: 60px auto 0;
}

.container_wenda_lingyu .title {
  font-family: PingFangSC-Medium;
  font-weight: 600;
  font-size: 32px;
  line-height: 45px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
}

.container_wenda_lingyu .summary {
  height: 100px;
  margin: 20px auto 0;
  text-align: center;
  vertical-align: middle;
}

.container_wenda_lingyu .summary span {
  display: inline-block;
  vertical-align: middle;
  height: 100px;
  font-family: PingFangSC-SNaNpxibold;
  font-weight: 600;
  font-size: 72px;
  line-height: 100px;
  color: #E31717;
  letter-spacing: 0;
  text-align: center;
  text-shadow: 1px 2px 0 #FFE542;
  position: relative;
}

.container_wenda_lingyu .summary span:after {
  display: block;
  content: "";
  width: 100%;
  height: 20px;
  background: rgba(255, 121, 121, 0.37);
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
}

.container_wenda_lingyu .summary i {
  display: inline-block;
  vertical-align: middle;
  width: 310px;
  height: 100px;
  background: url(../images/wenda_lingyu_yuliao.png) center center no-repeat;
  margin: 0 0 0 10px;
}

.container_wenda_lingyu .lingyu_img {
  width: 1200px;
  height: 604px;
  height: 544px;
  background: url(../images/wenda_lingyu_img.png) center top no-repeat;
}

/* MEDIA QUERIES Mobile phone
---------------------------------------------------------------------- */
@media (min-device-width: 320px) and (max-width: 689px), (max-device-width: 480px) {
  html, body {
    min-width: 1280px;
    overflow-x: hidden;
  }
}
